projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec5092d
)
(register-name-alist): Use defvar.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 16 Dec 1996 01:39:18 +0000
(
01:39
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 16 Dec 1996 01:39:18 +0000
(
01:39
+0000)
lisp/dos-fns.el
patch
|
blob
|
history
diff --git
a/lisp/dos-fns.el
b/lisp/dos-fns.el
index 2d7ad746c77167a53efe6b1df8c796f9ed28bebe..00d4a36d0e1529c99362f33a566554752ace714d 100644
(file)
--- a/
lisp/dos-fns.el
+++ b/
lisp/dos-fns.el
@@
-81,7
+81,7
@@
with a definition that really does change some file names."
(defvar msdos-shells '("command.com" "4dos.com" "ndos.com")
"*List of shells that use `/c' instead of `-c' and a backslashed command.")
-(def
const
register-name-alist
+(def
var
register-name-alist
'((ax . 0) (bx . 1) (cx . 2) (dx . 3) (si . 4) (di . 5)
(cflag . 6) (flags . 7)
(al . (0 . 0)) (bl . (1 . 0)) (cl . (2 . 0)) (dl . (3 . 0))